home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / prisonep.zip / GO.BAT < prev    next >
DOS Batch File  |  1992-03-21  |  525b  |  26 lines

  1. @echo off
  2. echo.
  3. if .%1. == .. goto menu
  4. if not exist %1.cnf goto menu
  5. goto program
  6. :menu
  7.    echo                            INSTRUCTIONS
  8.    echo.
  9.    echo  To print out the documentation for PRISON EPISTLES, type
  10.    echo.
  11.    echo                          COPY READ.ME PRN
  12.    echo.
  13.    echo  To run the program, please type
  14.    echo.
  15.    echo         GO EPHES or
  16.    echo         GO PHILIP or
  17.    echo         GO COLOSS or
  18.    echo         GO PHILEM 
  19.    echo.
  20.    goto end
  21. :program
  22.    twteach %1
  23.    cls
  24. :end
  25.  
  26.